@charset "utf-8";
/* CSS Document */
/*body,html{scroll-behavior: smooth;}*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin:0; padding:0;}
fieldset,img,textarea,button{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal}
ol,ul,li{ list-style:none}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
body{ color:#666; background:#fff; font:16px/22px "微软雅黑"; text-align:left;padding-top:157px;}
table{ border-collapse:collapse; border-spacing:0; font-size:inherit; font:100%;}
th,td { text-align:left;}
i{ font-style:normal;}
a{ text-decoration:none; cursor:pointer; outline:none; color:#333;}
em{font-style:normal}
input{border:none;outline:none;}
figure,section{padding:0;margin:0;}
.clear{ clear:both; font:0/0 Arial; height:0;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.fl{float:left;}
.fr{float:right;}
img{display: block;border: none;}
.wrapper{width:1200px;margin-right:auto;margin-left:auto;zoom:1;}

.header{width:100%;position:fixed;top:0;left:0;z-index:9999;background-color:#fff;}
.header .head_top{width:100%;height:86px;padding-top:15px;}
.header .head_top .logo{float:left;/*height:44px;*/}
.header .head_top .logo>a{/*width:236px;*/display:block;float:left;margin-right:10px;}
.header .head_top .logo>a>img{width:326px;height:70px;}
.header .head_top .logo>img{width:110px;float:left;margin-top:4px;}
.header .head_top .tel{float:right;margin-top: 15px;}
.header .nav{width:100%;height:56px;background-color:#dc0000;}
.header .nav li{float:left;height:43px;margin-right:64px;padding-top:13px;}
.header .nav li a{display:block;height:32px;line-height:32px;color:#fff;font-size:16px;}
.header .nav li a.ac{border-bottom:1px solid #fff;}

/*banner*/
.banner{width:100%;height:480px;}
.banner img{width:100%;height:480px;}
.banner .swiper-container{width:100%;padding-bottom:22px;}
.banner .swiper-container .swiper-wrapper{width:100%;}
.banner .swiper-container .swiper-wrapper img{width:100%;}
.banner .swiper-container .swiper-pagination{bottom:0;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{background-color:#03173c;opacity:1;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background-color:#f25722;}

/*促销车型*/
.promotion{width:100%;margin-bottom:33px;}
.promotion .promo_tit{padding-top:26px;margin-bottom:14px;}
.promotion .promo_tit h2{line-height:38px;height:38px;font-size:30px;color:#474747;font-weight:bold;text-align:left;}
.promotion .promo_tit h3{line-height:30px;height:30px;font-size:22px;color:#9e9e9e;font-weight:bold;text-align:left;}
.promotion .promo_con{width:100%;}
.promotion .promo_con li{float:left;margin-right:12px;width:291px;height:240px;overflow:hidden;border-radius: 12px;background-color:#dc0000;}
.promotion .promo_con li:last-child{margin-right:0;}
.promotion .promo_con li a{display:block;width:100%;}
.promotion .promo_con li a img{width:100%;height:194px;border-radius:12px;}
.promotion .promo_con li a p{padding-left:30px;line-height:46px;height: 46px; font-size: 18px; color: #fff;}

/*车型列表*/
.product{width:100%;margin-bottom:33px;}
.product .product_tit{padding-top:26px;margin-bottom:14px;}
.product .product_tit h2{line-height:38px;height:38px;font-size:30px;color:#03173c;font-weight:bold;text-align:left;}
.product .product_tit h3{line-height:30px;height:30px;font-size:22px;color:#f25722;font-weight:bold;text-align:left;}
.pro_box { background-color: #eee;  padding: 35px 0;}
.pro_box:nth-child(2n+1){background-color: #fff}
.index_pro .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #575F38;
  margin-bottom: 15px;
}
.index_pro .title a {
  float: right;
  font-size: 15px;
  color: #666;
  line-height: 36px;
  background: #eee;
  padding: 0 15px;
}
.index_pro .title strong {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #575F38;
  padding: 0 20px;
  font-size: 18px;
}
.pro_box:nth-child(2n+1) .title{border-bottom: 2px solid #981010;}
/* .pro_box:nth-child(2n+1) .title a{color:#fe0000} */
.pro_box:nth-child(2n+1) .title strong{background: #981010;}
.index_pro .pro_list li {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
  padding: 0.4%;
  box-sizing: border-box;
  transition: all .5s;
  margin-bottom: 15px;
}
.index_pro .pro_list li:nth-child(4n) {
  margin-right: 0;
  float: right;
}
.index_pro .pro_list li:nth-child(4n+1) {
  clear: both;
}
.index_pro .pro_list li:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.pro_box:nth-child(2n+1) .pro_list li:hover{box-shadow: 0 10px 15px rgba(255, 255, 255, 0.4);}
.index_pro .pro_list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.index_pro .pro_list li img {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  transition: all .5s;
}
.index_pro .pro_list li .pic:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.index_pro .pro_list li a.t {
  display: block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}
/*视频*/
.video {width: 100%;  margin-bottom: 33px;}
.video_tit{border-bottom: 2px solid #981010;}
.video_tit h2{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #981010;
  padding: 0 20px;
  font-size: 18px;
}
.video_box{width: 50%;float: left;}
.video_box video{object-fit: cover;}
.video_box img{width: 100%;object-fit: cover;height: 369px;}
/*合作客户*/
.customer{width: 100%;  margin-bottom: 0;background-color: #03173c;}
.customer .customer_tit{padding-top:26px;margin-bottom:14px;}
.customer .customer_tit h2{line-height:38px;height:38px;font-size:30px;color:#fff;font-weight:bold;text-align:left;}
.customer .customer_tit h3{line-height:30px;height:30px;font-size:22px;color:#f25722;font-weight:bold;text-align:left;}
.customer .customer_con{padding: 55px 15px 25px 15px;background-color: #fff;margin-bottom: 35px;margin-top: 25px;position: relative;}
.customer .swiper-button-prev,.customer .swiper-button-next{
  display: block;
  width: 34px;
  height: 21px;
  background: url(../images/arrow2.png) no-repeat;
  text-indent: -9999em;
  float: left;
  margin-left: 10px;
  top: 38px;
  right: 60px;
  left: auto;
}
.customer .swiper-button-prev:hover{background-position: -35px 0px;}
.customer .swiper-button-next{
  background-position: -34px -21px;
  left: auto;
  right: 25px;
}
.customer .swiper-button-next:hover{background-position: 1px -21px;}
/*车型品牌*/
.brand{width:100%;margin-bottom:25px;}
.brand .brand_tit{width:100%;}
.brand .brand_tit h2{line-height:38px;height:38px;font-size:30px;color:#03173c;font-weight:bold;text-align:left;}
.brand .brand_tit h3{line-height:27px;height:27px;font-size:22px;color:#f25722;font-weight:bold;text-align:left;opacity:.7;}
.brand .brand_tab{width:100%;margin-bottom:21px;}
.brand .brand_tab .tabList{margin:15px 0 31px;}
.brand .brand_tab .tabList li{float:left;width:75px;height:107px;margin-right:50px;overflow:hidden;}
.brand .brand_tab .tabList li:last-child{margin-right:0;}
.brand .brand_tab .tabList li a{display:block;}
.brand .brand_tab .tabList li a span{color:#000;text-align:center;line-height:34px;font-size:16px;display:block;}
.brand .brand_tab .tabList li a img{width:73px;height:73px;margin:0 auto;background-color:#f25722;border-radius:13px;}
.brand .brand_tab .tabList li.ac span{color:#03173c;}
.brand .brand_tab .tabList li.ac img{background-color:#03173c;}
.brand .brand_tab .tabCon{width:100%;}
.brand .brand_tab .tabCon .tabItem{width:100%;display:none;}
.brand .brand_tab .tabCon .tabItem:first-child{display:block;}
.brand .brand_tab .tabCon .tabItem ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.brand .brand_tab .tabCon .tabItem ul li{float:left;margin:0 8px 5px 0;}
.brand .brand_tab .tabCon .tabItem ul li:nth-child(2n){margin-right:0;}
.brand .brand_tab .tabCon .tabItem ul li a{display:block;width:596px;height:138px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.brand .brand_tab .tabCon .tabItem ul li a span{width:410px;display:block;border-radius:6px;background-color:#f9f9f9;overflow:hidden;float:left;margin-right:20px;}
.brand .brand_tab .tabCon .tabItem ul li a span img{width:205px;height:138px;display:block;float:left;}
.brand .brand_tab .tabCon .tabItem ul li a span img:first-child{margin-bottom:2px;}
.brand .brand_tab .tabCon .tabItem ul li a h2{float:left;font-size:20px;color:#111c2c;line-height:58px;height:58px;width:155px;overflow:hidden;}
.brand .brand_tab .tabCon .tabItem ul li a p{float:left;font-size:14px;color:#636363;line-height:22px;height:66px;width:155px;overflow:hidden;}
.brand .more{display:block;width:181px;height:38px;border:2px solid #f25722;border-radius:15px;font-size:16px;color:#111c2c;line-height:38px;text-align:center;margin:0 auto;}

/*企业动态*/
.dynamic{width:100%;height:631px;background-color:#03173c;}
.dynamic .dynamic_tit{width:100%;padding-top:20px;margin-bottom:19px;}
.dynamic .dynamic_tit h2{font-size:30px;color:#fff;height:38px;line-height:38px;font-weight:bold;text-align:left;}
.dynamic .dynamic_tit h3{font-size:26px;color:#f25722;height:32px;line-height:32px;font-weight:bold;text-align:left;}
.dynamic .dynamic_con{width:100%;}
.dynamic .dynamic_con a{display:block;float:left;width:330px;height:416px;padding:25px 26px 43px;background-color:#fff;overflow:hidden;}
.dynamic .dynamic_con a:nth-child(2){margin:0 27px;}
.dynamic .dynamic_con a img{width:100%;height:180px;margin-bottom:9px;}
.dynamic .dynamic_con a h3{line-height:78px;height:78px;width:100%;overflow:hidden;font-size:20px;color:#333;font-weight:bold;text-align:center;}
.dynamic .dynamic_con a p{line-height:24px;height:72px;width:100%;overflow:hidden;text-align:left;font-size:14px;color:#333;margin-bottom:42px;}
.dynamic .dynamic_con a span{display:block;width:110px;height:35px;line-height:35px;text-align:center;font-size:14px;color:#fff;margin:0 auto;background-color:#f25722;}

/*关于我们*/
.about{width:100%;margin-bottom: 25px;}
.about .about_tit{width:100%;padding-top:34px;margin-bottom:20px;}
.about .about_tit h2{line-height:38px;height:38px;font-size:30px;color:#03173c;font-weight:bold;text-align:left;}
.about .about_tit h3{line-height:34px;height:34px;font-size:26px;color:#f25722;font-weight:bold;text-align:left;opacity:.7;}
.about .about_con{width:100%;height:435px;background: no-repeat;}
.about .about_con .about_tet{width:437px;float:right;}
.about .about_con .about_tet p{width:413px;height:200px;padding:12px;background-color:rgba(3,23,60,0.8);font-size:14px;color:#fff;margin-bottom:3px;overflow:hidden;line-height:18px;}
.about .about_con .about_tet a{width:202px;height:35px;line-height:35px;display:block;margin:0 auto;text-align:center;font-size:16px;color:#fff;background-color:#de0016;}

/*评测视频*/
/* .video{width:100%;}
.video .video_tit{width:100%;padding-top:30px;margin-bottom:30px;}
.video .video_tit h2{line-height:38px;height:38px;font-size:30px;color:#03173c;font-weight:bold;text-align:left;}
.video .video_tit h3{line-height:32px;height:32px;font-size:26px;color:#f25722;font-weight:bold;text-align:left;opacity:.7;}
.video .video_con{width:100%;}
.video .video_con li{float:left;width:290px;height:199px;margin-right:13px;}
.video .video_con li:last-child{margin-right:0;}
.video .video_con li img{width:288px;height:159px;border:1px solid #222c3b;}
.video .video_con li p{height:38px;line-height:38px;font-size:16px;color:#000;width:100%;overflow:hidden;} */

/*售后服务*/
.after{width:100%;margin-bottom:33px;}
.after .after_tit{width:100%;padding-top:32px;margin-bottom:36px;}
.after .after_tit h2{line-height:38px;height:38px;font-size:30px;color:#03173c;font-weight:bold;text-align:left;}
.after .after_tit h3{line-height:32px;height:32px;font-size:26px;color:#f25722;font-weight:bold;text-align:left;opacity:.7;}
.after .after_con{width:100%;}
.after .after_con li{width:295px;height:185px;float:left;margin-right:6px;background-color:#f9f9f9;margin-bottom:8px;}
.after .after_con li:nth-child(4n){margin-right:0;}
.after .after_con li span{width:100%;height:49px;text-align:center;line-height:49px;font-size:14px;color:#03173c;display:block;}
.after .after_con li img{width:100%;height:136px;}

/*底部*/
.footer{width:100%;background:url(../images/footer_bg.jpg) no-repeat left center;background-size:cover;padding-top:63px;height:352px;}
.footer .foot_nav{float:left;width:505px;display: -webkit-flex;display: flex;  justify-content: space-between;}
.footer .foot_nav .foot_link{float:left;/*width:72px;*/margin-right:24px;text-align:center;white-space: nowrap;}
.footer .foot_nav .foot_link h3{line-height:32px;height:32px;border-bottom:1px solid #697fb8;margin-bottom:14px;}
.footer .foot_nav .foot_link h3 a{font-size:16px;color:#ffffff;}
.footer .foot_nav .foot_link ul li{line-height:20px;height:20px;}
.footer .foot_nav .foot_link ul li a{font-size:14px;color:#fff;}
.footer .erweima{width:231px;float:left;text-align:center;position:relative;}
.footer .erweima:after{content:"";width:1px;height:100%;background:url(../images/border.png) no-repeat left center;background-size:contain;position:absolute;left:0;top:0;}
.footer .erweima:before{content:"";width:1px;height:100%;background:url(../images/border.png) no-repeat left center;background-size:contain;position:absolute;right:0;top:0;}
.footer .erweima img{width:128px;margin:0 auto;}
.footer .erweima p{line-height:46px;color:#fff;font-size:16px;}
.footer .erweima span{line-height:65px;color:#fff;font-size:12px;}
.footer .erweima span.Telephone{display:block;height:60px;width:100%;font:20px/30px '微软雅黑';color:#fff;}
.footer .erweima span a{color: #fff;}
.footer .contact{float:right;width:464px;text-align:center;padding-top:76px;background:url(../images/kefu.png) no-repeat center top;}
.footer .contact a{color: #ffffff;font-size: 12px;}
.footer .contact p{color:#fff;font-size:14px;}
.footer .contact p img{display:inline-block;width:20px;margin-top:3px;margin-right:10px;}
.footer .contact span{line-height:50px;color:#fff;font-size:12px;}
.footer .contact span img{display:inline-block;margin-right:10px;width:30px;}





/*新闻中心*/
.news{background:#FFFFFF; width:100%;}
.news_hot{width:100%; margin-top:40px;}
.news_hot_c{width:1200px; height:220px; margin:0px auto; padding-bottom:20px; border-bottom:1px dashed #202020;box-sizing: content-box;}

.news_h_c_l{width:490px; height:220px; float:left;}
.news_h_c_l span{display:block; float:left; width:490px; height:40px; font-size:27px; font-family:Arial, Helvetica, sans-serif; color:#6d8ac6;}
.news_h_c_l strong{display:block; float:left; width:490px; height:32px; line-height:32px; color:#000000; font-size:19px;}
.news_h_c_l p{display:block; float:left; width:490px; height:115px; line-height:24px; color:#746969; font-size:13px;}
.news_h_c_l a.more{display:block; float:left; width:128px; height:26px; line-height:26px; text-align:center; color:#FFFFFF; background:#f25722 url(../images/news_hot_ico.jpg) no-repeat 100px center;}
.news_h_c_r{max-width:700px; float:left; height:220px;margin-right:10px;overflow:hidden;}


.news_con{width:100%;}
.news_con_c{width:1200px; margin:0px auto;}
.news_con_c ul{width:1200px; padding:0px; margin:0px;}
.news_con_c .showMoreNChildren li{width:1190px; /*float:left;*/ height:88px; border-bottom:1px dashed #202020; padding:25px 10px 25px 0;box-sizing: content-box;}

.n_l_t{width:128px; height:90px; float:left;  background:#01002c;box-sizing: content-box;margin-left:15px;}
.n_l_t span{display:block; float:left; width:108px; height:14px; line-height:14px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF;}
.n_l_t em{display:block; float:left; width:108px; height:40px; font-size:30px; font-family:Arial, Helvetica, sans-serif; color:#f6e9b5; font-style:normal;}
.n_r_c{width:980px; height:88px; float:right;}
.n_r_c strong{display:block; width:980px; float:left; height:30px; color:#000000; font-size:18px; font-weight:300;}
.n_r_c span{display:block; width:980px; float:left; height:22px; color:#6d8ac6; font-size:12px;}
.n_r_c p{display:block; width:980px; float:left; height:34px; margin:0px; color:#746969; font-size:12px;overflow:hidden;}
.news_con_c ul li:hover{background:#f25722;}
.news_con_c ul li:hover .n_l_t{background:#f25722;}
.news_con_c ul li:hover .n_r_c strong{color:#fff;}
.news_con_c ul li:hover .n_r_c span{color:#f6e9b5;}
.news_con_c ul li:hover .n_r_c p{color:#fff;}

.showMorehandle{width:1200px; float:left; height:57px; line-height:57px; color:#FFFFFF; font-size:16px; text-align:center; cursor:pointer; background:#f25722 url(../images/yan.jpg) no-repeat 500px center; margin:20px 0px;}

.page{width:1200px; /*float:left;*/ height:50px; margin:60px 10px;font-size: 14px;}
.pages{margin:0px auto;}
.page span{border-radius:50%; float:left; display:block; margin:0px 10px; text-align:center; color:#FFFFFF; background:#f25722; width:50px; line-height:50px; height:50px;}
.page a{border-radius:50%; float:left; display:block; margin:0px 10px; color:#666; text-align:center; background:#dcdcdc; width:50px; height:50px; line-height:50px;}
.page a:hover, .page .active a{background:#f25722; color:#FFFFFF;}
.page .pageinfo{display: none;}

/*新闻详情*/
.news_arc{width:100%;}
.news_arc_c{width:1200px; margin:0px auto;padding-bottom: 25px;}
.news_arc_c h1.arctitle{display:block; float:left; font-weight:normal; width:1200px; line-height:50px; font-size:24px; font-family:"微软雅黑"; text-align:center; color:#000000;}
.arcinfos{display:block; float:left; width:1200px; color:#999999; font-size:14px; text-align:center;}
.newscontent{width:1100px; padding:20px 50px;box-sizing: content-box; font-size:14px; color:#666666; line-height:30px;letter-spacing:2px;}


.weizhi{width:100%; float:left;}
.weizhi_c{width:1200px; margin:10px auto;color:#525252; font-size:14px;}
.weizhi_c a{color:#525252; font-size:14px;}



.window2{width:400px;position: fixed; left: 50%; margin-left: -200px; top: 50%; margin-top: -278px; height:566px; background: url("../images/kst_bj.png") no-repeat; background-size:100%;z-index: 150}
.wenzi{color: #1697f1;font-weight: bold;font-size: 14px;}
.wenzi2{color: #fc672d;font-size: 16px;font-weight: bold}
.tantel2{width: 95%;height:90px;padding: 1% 5%;margin-top: 60px;border-radius: 0 0 4px 4px}

.input2{width: 180px;height: 25px;border-radius: 6px;background-color: none; margin-top: 250px; margin-left: 137px;}
.submit2{width: 45%;height: 50px;margin-left:25%;margin-top:75px; background: none; border: none; cursor: pointer;}
.close2{position:absolute; width: 33px; height: 33px; color: #1697f1; left: 45.5%; bottom: 14px; cursor: pointer; text-align: center;font-size: 20px;background: url("../images/off.png") no-repeat;background-size: 100% 100% }
.righttel2{width: 20px;position: fixed; top: 50%;bottom: 45%; left: 0; background: #1697f1; color: whitesmoke; margin-top: -50px; margin-bottom: -50px; font-size: 0.8em; text-align: center; border-radius: 0 5px 5px 0; display: none;z-index: 100;opacity: 0.7}
#vfcode{width: 25%;height: 20px;border: none;margin-top: 5px;margin-right: 3px}
.tan_lable{color: white}

.channelcontent img{max-width: 100%;height: auto !important;display: inline-block;}


/*售后服务*/
.page_after {
  width: 100%;
  padding-top: 14px;
  margin-bottom: 20px;
}

.page_after h1 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #222c3b;
  line-height: 45px;
  height: 45px;
}

.page_after h1 span {
  border-bottom: 1px solid #000;
}

.page_after p.top {
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #3d3d3d;
}

.page_after ul {
  width: 100%;
  /* height: 386px; */
}

.page_after ul li {
  width: 295px;
  height: 185px;
  float: left;
  margin-right: 6px;
  margin-bottom: 8px;
  background-color: #1d2344;
  cursor:pointer;
}

.page_after ul li:nth-child(4n) {
  margin-right: 0;
}

.page_after ul li p {
  width: 100%;
  line-height: 49px;
  height: 49px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.page_after ul li img {
  width: 100%;
  height: 136px;
}

.page_after .afterCon {
  width: 100%;
}

.page_after .afterCon .afterTime {
  width: 100%;
  display: none;
}

.page_after .afterCon .afterTime:first-child {
  display: block;
}

.page_after .afterCon .afterTime h2 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #222c3b;
  margin-bottom: 8px;
}

.page_after .afterCon .afterTime h2 span {
  border-bottom: 1px solid #000;
}
/*单页*/

.page_about {
  width: 100%;
}

.page_about .page_aboutTit {
  width: 100%;
  height: 225px;
  background-color: #171e44;
}

.page_about .page_aboutTit h1 {
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  color: #fff;
}

.page_about .page_aboutTit .con a {
  display: block;
  width: 282px;
  float: left;
  height: 145px;
  background-color: #4a7ba6;
  margin-right: 24px;
  position: relative;
}

.page_about .page_aboutTit .con a:last-child {
  margin-right: 0;
}

.page_about .page_aboutTit .con a img {
  width: 178px;
  height: 145px;
  float: left;
}

.page_about .page_aboutTit .con a .about_info {
  width: 104px;
  height: 65px;
  padding-top: 42px;
  float: left;
  text-align: center;
}

.page_about .page_aboutTit .con a .about_info h3 {
  font-size: 20px;
  color: #fff;
  line-height: 33px;
  height: 33px;
}

.page_about .page_aboutTit .con a .about_info p {
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 16px;
}

.page_about .page_aboutTit .con a span {
  display: block;
  width: 0;
  height: 12px;
  background-color: #d60000;
  position: absolute;
  bottom: -19px;
  left: 0;
  transition: all 0.8s;
}

.page_about .page_aboutTit .con a span i {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #fff;
}

.page_about .page_aboutTit .con a:hover span {
  width: 100%;
}

.page_about .page_aboutTit .con a.sp span {
  width: 100%;
}

.page_about .page_aboutCon {
  width: 100%;
}

.page_about .page_aboutCon .aboutTime {
  width: 100%;
  display: none;
  margin-bottom: 25px;
}

.page_about .page_aboutCon .aboutTime:first-child {
  display: block;
}

.page_about .page_aboutCon .aboutTime h2 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #222c3b;
  padding: 36px 0 23px;
}

.page_about .page_aboutCon .aboutTime h2 span {
  border-bottom: 1px solid #000;
}
/*联系我们*/
.page_contact{width:100%;margin-bottom:20px;}
.page_contact>img{width:100%;}
.page_contact h1{line-height:66px;height:66px;padding-bottom:14px;font-size:24px;color:#222c3b;text-align:center;}
.page_contact h1 span{border-bottom:1px solid #000;padding-bottom:4px;}
.page_contact .contact_map{width:100%;}
.page_contact .contact_map .baiduMap{width:874px;height:630px;float:left;}
.page_contact .contact_map .baiduMap img{display: inline;}
.page_contact .contact_map .contact_tet{width:316px;float:right;}
.page_contact .contact_map .contact_tet img{width:100%;margin-bottom:14px;border-radius:11px;}
.page_contact .contact_map .contact_tet h3{width:100%;height:40px;padding-top:20px;line-height:40px;font-size:24px;color:#111c2c;background:url(images/map_03.png) no-repeat 30px center;text-align: center;}
.page_contact .contact_map .contact_tet h4{width:100%;height:42px;font-size:30px;color:#eb3436;font-weight:bold;text-align:center;line-height:42px;margin-bottom:17px;}
.page_contact .contact_map .contact_tet p{width:100%;font-size:18px;}
.page_contact .contact_map .contact_tet p:nth-child(4){color:#000;line-height:24px;height:48px;padding-bottom:26px;}
.page_contact .contact_map .contact_tet p:nth-child(5){color:#000;line-height:24px;height:48px;padding-bottom:26px;border-bottom:1px solid #e5e4e4;margin-bottom:22px;}
.page_contact .contact_map .contact_tet p:nth-child(6){color:#ec383a;line-height:36px;height:72px;text-align:center;}

#Top {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/top.png) no-repeat center/cover;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
}
.link{
  clear: both;
  padding-top: 25px;
  font-size: 14px;
}
.link span{
  color: #fff;
  font-weight: bold;
}
.link a{
  color: #fff;
  margin-right: 6px;
}
.link a:hover{}
